CancelCleanStatus
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/CancelCleanStatus
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| VmIp | BODY | string | Yes | No sample value for this parameter. | the IP address of the instance, in the format x.x.x.x. |
| Distribution | BODY | string | Yes | No sample value for this parameter. | the region ID of the IP address. For example, DXJF represents the Daxing computer room area. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}